
.searchBanner{
    padding: 4rem 5%;
    background: url(../images/bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.input-wrap{
    height: 2rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 1.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 2.5rem 0 0.75rem;
    position: relative;
}

.input-wrap .form-control{
    height: 0.9rem;
    width: 100%;
    border: 0rem;
    background: none;
    font-size: 0.7rem;
}

.input-wrap .form-btn{
    position: absolute;
    right: 0;
    height: 2rem;
    line-height: 2rem;
    top: 0;
    width: 2.5rem;
    text-align: center;
    background: url(../images/icon-search.png) no-repeat 50% 50%;
    background-size:0.8rem;
    border: 0rem;

}

.innersc_list .innersc_title{
    height: 2.2rem;
    line-height: 2.2rem;
    background: #fff;
    padding: 0 0.75rem;
    font-size: 0.8rem;
    
}
.innersc_list .innersc_title h1{
    float: left;
    font-size: 0.8rem;
    font-weight: normal
}
.innersc_list .styleTab{
    height: 2.2rem;
    line-height: 2.2rem;
    background: #fff;
    overflow: hidden;
  
}
.innersc_list .styleTab li{
    float:left;
    width: 16.6666666%;
    text-align: center;
    position: relative;
}
.innersc_list .styleTab li a{
    display: block;
    font-size: 0.7rem;
    color:#666;

}
.innersc_list .styleTab li.active a{
    color:#2E65EF
}
.innersc_list .styleTab li.active::after{
    content: '';
    width: 100%;
    height: 0.15rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #2E65EF;
}

.tabCon {
    background: #fff;
    margin-top:0.5rem;
}



.tabCon ul{padding-bottom: 0.75rem;background: #fff;}
.tabCon .course{ padding: 0.75rem 0.5rem 0 8.5rem; position: relative; min-height: 4.5rem; overflow: hidden; }
.tabCon .course .default-bg{width:7.5rem;height: 4.5rem; position: absolute;left:0.5rem;top:0.75rem;border-radius: 0.2rem; overflow: hidden;}
.tabCon .course .name{font-size: 0.8rem; max-height: 2.2rem; line-height: 1.1rem; overflow: hidden;}
.tabCon .course .name span{padding:0.1rem 0.25rem;border-radius:0.1rem;margin-right:0.25rem;border:0.05rem solid #2E65EF;color:#2E65EF;font-size: 0.6rem;} 
.tabCon .course .study-num{color:#929699;margin-top:0.25rem;}
.tabCon .course .price{ text-align: right;font-size: 0.7rem; color:#ff663d}
.tabCon .course .price span{ float: left;font-size: 0.6rem;color:#929699}

.tabCon .ep{ position: relative;min-height: 3rem; padding:0.5rem 0.5rem 0.5rem 4rem; }
.tabCon .ep .schoolText .title,
.tabCon .ask .title{height: 1.5rem; line-height: 1.5rem; overflow: hidden; padding-left: 0rem; font-size: 0.8rem; white-space: nowrap; text-overflow: ellipsis}
.tabCon .ep .schoolImg{ width: 3rem;height: 3rem;position: absolute;left:0.5rem;top:0.5rem;border-radius: 0.2rem; overflow: hidden;}
.tabCon .ep .schoolImg img{width: 100%;height: 100%;}
.tabCon .ep .schoolList-p{color:#555;}
.tabCon .ask{padding: 0.5rem 0.5rem 0.5rem 3.7rem; position: relative; min-height: 2.7rem;}
.tabCon .ask .reply{background: #f5f5f5;width: 2.7rem; height: 2.2rem; position: absolute; left: 0.5rem; text-align: center; color:#999; padding-top: 0.5rem; line-height: 0.9rem; font-size: 0.7rem;}
.tabCon .ask .reply span{font-size: 0.6rem;}
#pagelist .course-info{margin-top:0;line-height: 1.3rem;}
#pagelist .course-info:nth-child(2){color: #999;}
.tabCon .askText-sm,
.tabCon .askText-sm a{color:#999}
.tabCon .askText-sm span{margin-left:0.5rem; }

.tabCon .exam{ padding: 0 0.5rem; height: 2.2rem; line-height: 2.2rem; overflow: hidden; white-space: nowrap; font-size: 0.7rem; text-overflow: ellipsis}

.tabCon .article{ padding: 0.75rem 0.5rem 0 8.5rem; position: relative; min-height: 4.5rem; overflow: hidden; }
.tabCon .article .default-bg{width:7.5rem;height: 4.5rem; position: absolute;left:0.5rem;top:0.75rem;border-radius: 0.2rem; overflow: hidden;}
.tabCon .article .title{font-size: 0.8rem; max-height: 2.2rem; line-height: 1.1rem; overflow: hidden;}
.tabCon .article .info{margin-top:0.5rem; color:#999;}
.tabCon .article .info span{margin-right: 0.5rem;}

